CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lexical analyzer

搜索资源列表

  1. Compiler-theory-of-lexical-analysis

    0下载:
  2. 编译原理词法分析程序,主要是词法分析,还有语法分析的内容待会上传-Lexical analyzer compiler theory
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:5033
    • 提供者:wu410541767
  1. C-Prepared-Lexical-Analyzer

    0下载:
  2. 词法分析器。建立分析器模型框架,根据分析器的状态转换图算法以及算法构造-Establish analyzer model framework, according to the analysis of the state transition figure algorithms structure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2913
    • 提供者:yzz
  1. NBuilder-Lexical

    0下载:
  2. 用MFC实现的C语言词法分析器,是学习编译原理的不错的参考资料,本程序用VS2010编写,此词法分析程序可分析出C语言中: 标识符(以字母或下划线开头,后面可以是数字字母或下划线) 字符串常量 字符常量 整数常量 普通实型 有+/-科学记数 无+/-科学记数 注释说明,还不能处理预处理命令33种运算符说明:,() [] .在界符中有,这里出 , ? : sizeof 也没给出11种分界符32种关键字程序使用转换表设计,运行速度快,本人还对每个能识别的符号
  3. 所属分类:Compiler program

    • 发布日期:2017-06-13
    • 文件大小:21183520
    • 提供者:杨兵
  1. java-Lexical-analyzer

    0下载:
  2. 简单的词法分析,对界符,算符,关键字等进行判断分析-Simple lexical analysis, operator of world, operator, the key words of judgment analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:王鑫
  1. Lexical-analysis

    0下载:
  2. 使用某种高级语言和LEX实现一个C语言子集的词法分析器,即从输入的源程序中,识别出各个具有独立意义的单词,滤掉空格和注释。依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。其中空白符、制表符和换行符均视为空格,用来分隔单词,注释包括两种形式:/*…*/和//。-Use some kind of high-level language and the LEX lexical analyzer to achieve a C language s
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2263
    • 提供者:吴越
  1. lexical-analyzer-CPP

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。编译原理专用词法分析程序-Through the design of the preparation of debugging a lexical analysis of specific procedures, better understanding of the principles of the understanding of lexical analysis.
  3. 所属分类:汇编语言

    • 发布日期:2017-03-31
    • 文件大小:179638
    • 提供者:lijiao
  1. Lexical-analyzer

    0下载:
  2. 可以打开C和C++代码,将代码内容扫描到分析其中,进行词法分析-Can open C and C++ code, scan the contents of the code to analyze the lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:654024
    • 提供者:鹿麒祥
  1. Morphology-analyzer

    0下载:
  2. 一个简单的词法分析器,里面对预处理命令进行了一些简单的处理,注释部分也进行了处理-A simple lexical analyzer, which command the pretreatment processing some simple processing, the comments section
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:1570
    • 提供者:黎明
  1. C-syntactic-analyzer-

    0下载:
  2. 利用C语言写的一个词法分析器,文件输入输出,且生成关键字表、运算符表、分界符表-A lexical analyzer written in C language, file input and output, and generate keyword table, the operator table delimiter Table
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:186474
    • 提供者:王振峰
  1. Lexical-analysis

    0下载:
  2. 编译程序之词法分析器,适合于大学编译课程实验所用-Compiler lexical analyzer is suitable for University compiler course experiments
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:653
    • 提供者:shan
  1. lexical-analysis

    0下载:
  2. C语言词法分析器,实现了对单个C语言文件分词的功能,输出结果以图形界面显示。-C language lexical analyzer, the word of a single C-language file, the output is displayed in a graphical interface.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:10783742
    • 提供者:
  1. Lexical-Analysis

    0下载:
  2. 实现了一个简单语言的词法分析器,内含实验报告-A simple language lexical analyzer with an experiment report
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:69489
    • 提供者:李飞鹏
  1. Lexical-analysis

    0下载:
  2. 汇编语言词法分析器的设计,采用c语言编写,可以实现从文件中读入字符后进行分类。-Design, assembly language lexical analyzer c language, can read characters from a file classification.
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:2390
    • 提供者:杨毅
  1. lexical-analyzer

    0下载:
  2. 简单的词法分析器 生成token串和符号表 内附测试文档-Simple lexical generated by the parser the token strings and symbols table enclosing the test document
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:21203
    • 提供者:宋尚真
  1. lexical-analysis

    0下载:
  2. 编译原理中的词法分析器,C语言编写。报告带源码。-Compiler theory lexical analyzer, C language. The report with the source code.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-05
    • 文件大小:232133
    • 提供者:跳跳
  1. Lexical

    0下载:
  2. 编译原理词法分析器,输入是txt或是cpp文件,输出在out.cpp文件中,是词法分析器结果,其中数字代表属性,后面代表具体字符标识,“属性说明.txt”文件说明了具体数字代表的属性-Compiler theory lexical analyzer input is a txt or cpp file, the output file in out.cpp is a lexical analyzer results, including figures represent property re
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:577907
    • 提供者:yangyangyang
  1. analyzer

    0下载:
  2. 编译原理语法分析器、词法分析器代码,运行程序时,需用文件保存要分析的程序代码,建议用pascal语言编写要分析的代码-Parser compiler theory, lexical analyzer code, run the program, use a file is saved to analyze the program code, we recommend using pascal language code to be analyzed
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3623
    • 提供者:李晓路
  1. Compiler-theory-lexical-analyzer

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。 -Design prepared by commissioning a specific lexical analysis program to deepen the underst
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:347420
    • 提供者:zhao
  1. lexical-_analysis

    0下载:
  2. 编译原理课程作业:c++实现的c语言的简单词法分析器,可视化界面,可任意选择源码文件,对其进行简单词法分析。-Compiler theory course work: c++ implementation of a simple lexical analyzer c language, visual interface, you can choose source code file, its simple lexical analysis.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1606915
    • 提供者:曾靖
  1. analyzer

    0下载:
  2. 用C语言实现的一个简单的词法分析器,输出结果为二元式。-A simple lexical analyzer
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1867
    • 提供者:fei
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com